home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / actnprefsedit.readme < prev    next >
Text File  |  1998-02-19  |  1KB  |  34 lines

  1. Short:    Prefs Prg for ScreenTab DirWalker (V1.1)
  2. Author:   schulz_j@informatik.fh-hamburg.de (Jan Hendrik Schulz)
  3. Uploader: schulz_j@informatik.fh-hamburg.de (Jan Hendrik Schulz)
  4. Type:     util/wb
  5. Replaces: util/wb/ActionPrefsEdi
  6.  
  7. History
  8. -------
  9.  
  10. - BUG: Whenever there was no image assigned to something, instead of simply
  11.   displaying no image the program tried to load a file without name as
  12.   image - and only because that failed, no image was displayed.
  13.   
  14. - NEW: Improved image handling: Until now every displayed image was handled
  15.   seperately, so if the same image was displayed twice (e.g. in different
  16.   windows) the image data was loaded twice and hold in memory twice at the
  17.   same time. Now an image file is loaded only if the data is not in memory
  18.   allready.
  19.  
  20. - NEW: IMAGECACHE tooltype/shellargument added.
  21.   
  22. - NEW: Action test function added.
  23.  
  24. - NEW: Program now localised. German catalog available.
  25.  
  26. - NEW: You can now drop icons on a FileID list in a Menu Edit Window to add
  27.   the FileID of that file to the list.
  28.  
  29. - Improved error handling. In many situations there was no error message if
  30.   something went wrong, e.g. if ActionPrefsEdit was unable to load or save
  31.   the ActionPrefs file. 
  32.  
  33. - Some minor code improvements.
  34.